home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
- #import "Protocol_WWRenderable.h"
-
- @interface WWSet:Object <WWRenderable>
- {
- char *var, *value, *cmd;
- id interp;
- }
-
- - initWithInterp:myInterp;
- - setVar:(const char *)newVar value:(const char *)newValue;
- - (const char *)var;
- - (const char *)value;
- - (const char *)cmd;
-
- @end
-